home *** CD-ROM | disk | FTP | other *** search
- .key domain
-
- ; $VER: DNS 1.1 (13.10.98) Domain Name Search - Copyright ©19981013 Amiguy@TheWorld.net
-
- failat 15
-
- Echo DNS 1.1 ©1998 Amiguy@TheWorld.net
-
- if "<domain>" eq ""
- echo usage: DNS any_domain_name.com
- quit
- endif
-
- Echo "Sending query on <domain> to InterNIC..."
-
- httpj >NIL: http://rs.internic.net/cgi-bin/whois?<domain> to T:DNS.temp
-
- if warn
- echo "! Not connected !"
- quit
- endif
-
- Echo Analyzing response...
-
- search T:DNS.temp "No match for" >NIL:
-
- if not warn
- echo "<domain> is available! :)"
- else
- echo "<domain> is taken! :("
- wait 2
- getmouseinput
- if $mouseinput GT "0"
- more T:DNS.temp
- endif
- endif
-
- delete T:DNS.temp >NIL:
-